Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / IAsyncOperationWithProgress<TResult,TProgress> Interface / ErrorCode Property

In This Topic
    ErrorCode Property (IAsyncOperationWithProgress<TResult,TProgress>)
    In This Topic
    Gets an exception occurs in the asynchronous operation.
    Syntax
    'Declaration
     
    ReadOnly Property ErrorCode As Exception
    Exception ErrorCode {get;}
    See Also